home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / games / nethk311.zoo / NetHack.cnf < prev    next >
Text File  |  1993-02-28  |  3KB  |  100 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2. #
  3. # This configuration file is set up for two cases, for a hard disk
  4. # (as drive C:), and for one (double sided) floppy disk.
  5. #
  6. # To change the configuration, comment out the unwanted lines, and
  7. # uncomment the configuration you want.
  8.  
  9.  
  10. # *** OPTIONS ***
  11. #
  12. # If you want people to play NetHack over the modem, you should probably
  13. # uncomment the following line:
  14. #
  15. #OPTIONS=!BIOS,number_pad,nocolor
  16. #
  17. # Some options to set personal preferences.  Uncomment and change these to
  18. # suit your personal preference.  If several people are to use the same
  19. # configuration, options like these should not be set.
  20. #
  21. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
  22. #OPTIONS=packorder:")[%?+/=!(*0_`,scores:10 top/2 around/own
  23. #
  24. #
  25. # Other general options.  You might also set "silent" so as not to attract
  26. # the boss's attention.
  27. #
  28. OPTIONS=BIOS,time,rest_on_space,nopickup
  29.  
  30. # Color: if you have a color monitor and *don't* want colors, 
  31. # comment out the following line. (Mono users don't get color no matter what.)
  32. #
  33. #OPTIONS=nocolor
  34.  
  35. # *** HARD DISK CONFIGURATION ***
  36. #
  37. HACKDIR=.\hackdir
  38. #
  39. #   LEVELS and SAVE default to HACKDIR
  40. #
  41. LEVELS=.
  42. #   appending a ";n" to SAVE means don't prompt to insert a disk.
  43. SAVE=.;n
  44. #
  45. # Using a ramdisk really speeds things up
  46. #RAMDISK=m:
  47.  
  48.  
  49. # *** 1-FLOPPY CONFIGURATION ***
  50. # (Assumes you have a 1.44 meg floppy or have compressed nethack.ttp)
  51. #HACKDIR=a:
  52. #LEVELS=a:
  53. #SAVE=a:
  54. #RAMDISK=m:
  55.  
  56.  
  57. # *** CHARACTER GRAPHICS ***
  58. #
  59. # The 69 GRAPHICS characters (0-68) are:
  60. #
  61. # stone,
  62. # walls: vertical, horizontal,
  63. #     4 corners: top left, top right, bottom left, bottom right,
  64. #     cross wall,
  65. #     4 T walls: upward, downward, left, right,
  66. # doors: no door,
  67. #     open doors: vertical, horizontal,
  68. #     closed doors: vertical, horizontal,
  69. # floor,
  70. # corridors: unlit, lit,
  71. # stairs up, stairs down, ladder up, ladder down,
  72. # trap, web, altar, throne, sink, fountain, pool/moat, ice, lava,
  73. # lowered drawbridge: vertical, horizontal,
  74. # raised drawbridge: vertical, horizontal,
  75. # air, cloud, water,
  76. # 4 beams: vertical, horizontal, left slant, right slant,
  77. # digging beam, camera flash beam, left boomerang, right boomerang,
  78. # 4 magic shield display symbols,
  79. # 8 swallowed: top left/middle/right, mid left/right, bottom left/mid/right,
  80. # 9 explosion: [3 rows (top, middle, bottom) of 3 characters]
  81. #
  82. # If you specify fewer than 69 ASCII values, the remaining characters will be
  83. # set to their respective defaults:
  84. #       ' '  |   -   -   -   -   -   -   -   -
  85. #           |   |   .   -   |   +   +   .   #   #
  86. #        <   >   <   >   ^   "   _   \   #   {
  87. #        }   .   }   .   .   #   #  ' '  #   }
  88. #        |   -   \   /   *   !   )   (   0   #
  89. #        @   *   /   -   \   |   |   \   -   /
  90. #        /   -   \   |  ' '  |   \   -   /
  91. #
  92. # An example using the hackfnt.prg font:
  93. #GRAPHICS= 032 217 218 194 195 192 193 216 197 196 \
  94. #       199 198 202 201 201 200 200 202 203 203 \
  95. #       210 211 212 213 207 206 209 208 205 204 \
  96. #       214 202 214 042 042 215 215 046 035 214 \
  97. #       058 045 092 047 042 033 041 040 048 035 \
  98. #       064 042 194 218 195 217 217 192 218 193 \
  99. #       047 045 092 058 032 058 092 045 047
  100.